home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / libs / ttrender.lha / ttrender-2.0 / Developer / include / proto / ttrender.h
Encoding:
C/C++ Source or Header  |  2002-04-06  |  389 b   |  22 lines

  1. #ifndef _PROTO_TTRENDER_H
  2. #define _PROTO_TTRENDER_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_TTRENDER_PROTOS_H
  8. #include <clib/ttrender_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *TTRenderBase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/ttrender.h>
  17. #elif !defined(__VBCC__)
  18. #include <pragma/ttrender_lib.h>
  19. #endif
  20.  
  21. #endif    /*  _PROTO_TTRENDER_H  */
  22.